.banner{
    width: 100%;
    height: 100vh;
    position: relative;
}
.banner i{
    width: 100%;
    height: 100%;
}
.bannerList{
    width: 100%;
    height: 100%;
    position: relative;
}
.bannerCont{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bannerCont .w1600{
    padding-top: 190px;
}
.bannerTitle img{
    margin: 0 auto;
}
.bannerText{
    margin-top: 25px;
    color: #fff;
    text-align: center;
    font-size: 42px;
}
.bannerText_mt{
    margin-top: 25px;
    color: #fff;
    text-align: center;
    font-size: 18px;  letter-spacing:5px;
}
.bannerCont .bannerTitle{
  
    font-weight: 500;
    text-align: center; font-size:40px; font-family:Abb;
    color: #fff;
}
.swiper-slide-active .bannerEye{
    animation-delay: 0.5s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
}
.swiper-slide-active .bannerTitle{
    animation-delay: 0.5s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: fadeInDown; 
}


.swiper-slide-active .bannerText{
    animation-delay: 0.8s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
}
.swiper-slide-active .bannerMore{
    animation-delay: 1s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
}
.bannerMore{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-top: 30px;
}
.bannerMoreBox{
    color: #ffff;
    display: flex;
    align-items: center;
}
.bannerMoreBox:hover{
    text-decoration: underline;
}
.moreRight{
    margin-left: 12px;
}
.pageTurning{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}
.pageTurning .w1600{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner .swiper-button-prev{
    position: initial;
    width: 8px!important;
    height: 19px!important;
    background: url("http://cdncn.prodrone-tech.com/images/index/left.png") center no-repeat;
    background-size: cover;
    margin-top: initial;
    margin-left: -40px;
}
.banner .swiper-button-prev:hover{
    background: url("http://cdncn.prodrone-tech.com/images/index/lefts.png") center no-repeat;
}
.banner .swiper-button-next{
    position: initial;
    width: 8px!important;
    height: 19px!important;
    background: url("http://cdncn.prodrone-tech.com/images/index/right.png") center no-repeat;
    background-size: cover;
    margin-top: initial;
    margin-right: -40px;
}
.banner .swiper-button-next:hover{
    background: url("http://cdncn.prodrone-tech.com/images/index/rights.png") center no-repeat;
}
.banner .swiper-button-prev:after, .banner .swiper-button-next:after{
    display: none;
}

.bannerPage{
    position: absolute;
    bottom: 60px;
    width: 100%;
    color: #fff;
}
.bannerPage .w1600{
    display: flex;
}
.bannerPage .swiper-pagination{
    display: flex;
    align-items: baseline;
    width: auto;
    position: initial;
    font-size: 18px; font-family:Arial, Helvetica, sans-serif;
}
.bannerPage .swiper-pagination-current{
    color: #EF4E22;
    font-size: 26px;
    margin-right: 10px;
}
.bannerPage .swiper-pagination-total{
    margin-left: 8px;
}
.downImg{
    position: absolute;
    bottom: 50px;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    animation: TopBot 2s ease-in-out infinite both;
}
@keyframes TopBot {
    0% {transform:translateY(-8px)}
    50% {transform:translateY(0px)}
    100% {transform:translateY(-8px)}
}
.productInfo {
    margin-top: 100px;
}
.productTop{
    display: flex;
    align-items: center; 
    justify-content: space-between;
}
.productTopList{
    width: calc((100% - 30px) / 2);
    margin-left: 30px;margin-top:30px;
    height: 688px;
    position: relative;
    overflow: hidden; border-radius:25px;
}
.productTopList:first-child{
    margin-left: 0;
}
.productTopList i{
    transition: all 0.5s;
}
.productTopList:hover i{
    transform: scale(1.05);
}
.porductLink{
    width: 100%;
    height: 100%;
}
.productContent{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.productType{
    margin-top: 70px;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    color: #333;
}
.productTitle{
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
    color: #333;
}
.productMore{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.productMore .productMoreInfo{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666666;
    z-index: 2;
    position: relative;
}
.productMore .productMoreInfo:hover{
    text-decoration: underline;
}
.productMoreRight {
    margin-left: 8px;
    width: 5px;
    height: 100%;
    display: flex;
    align-items: center;
}
.productMoreRight img{
    width: 100%;
}
.productBtn{
    margin-top: 30px;
    display: flex;
}
.productBtnList{
    width: calc((100% - 60px) / 3);
    margin-left: 30px;
    height: 450px;
    position: relative;
    overflow: hidden;border-radius:25px;
}
.productBtnList:first-child{
    margin-left: 0;
}
.productBtnList .productType{
    margin-top: 40px;
    font-size: 27px; 
}
.productBtnList .productTitle{
    margin-top: 10px;
    font-size: 18px;
}
.productBtnList i{
    transition: all 0.5s;
}
.productBtnList:hover i{
    transform: scale(1.05);
}
.industry{
    margin-top: 90px;
}
.industryTop{
    text-align: center;
}
.industryTitle{
    font-size: 40px;
    color: #333333;
    font-weight: 500;
}


@font-face {font-family: "Abb";
  src:  url(../fonts/Abbeyline.ttf);}




.industryText{
    font-size: 18px;
    margin-top: 25px; color:#999; 
	 margin-bottom:10px; font-family: Abb;
}
.industryBtn{
    height: 820px;
    margin-top: 40px;
    position: relative;
}
.industryList{
    height: 100%;
    position: relative;
}
.industryList i{
    width: 100%;
    height: 100%;
}
.industryBtnBox{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.industrySwiper{
    position: relative;
    height: 100%;
}
.applicationMore a{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
}
.applicationMore a:hover{
    text-decoration: underline;
}
.applicationTitle_yw {
    margin-top: 20px;
    font-size: 28px;
    color: #fff; font-family:Abb;
}


.industryBtnBox .sy_bt_x { float:left; opacity:.8; margin-bottom:50px !important;}

.applicationTitle{
    margin-top: 140px;
    font-size: 36px;
    color: #fff;
}
.applicationText {
    margin-top: 25px; 
    width: 680px;
    color: #fff;
    font-size: 16px;
    line-height: 32px; text-align: left;
}
.applicationMore{
    margin-top: 50px; width:100px; background:#ff5200; text-align:center; height:45px; border-radius:25px; color:#fff;
    display: flex; padding-left:30px;
}
.applicationMoreImg{
    margin-left: 8px;
    width: 5px;
    height: 100%;
    display: flex;
    align-items: center;
}
.applicationMoreImg img{
    width: 100%;
}
.iconHover{
    display: none;
}
.industryCheck{
    position: absolute;
    bottom: 120px;
    width: 100%;
}
.industryCheck .w1600{

}
.industryCheckList{
    padding-bottom: 30px;
    flex: 1;
    cursor: pointer;
    transition: all 0.5s;
    /*display: flex;*/
    position: relative;
    transition-property: initial!important;
}
.industryCheckList:hover .industryIcon i, .industryCheckList:hover .industryCheckText{
    opacity: 1;
}
.industryCheckText{
    font-size: 20px;
    opacity: 0.5;
    color: #fff;
    margin-top: 20px;
    transition: all 0.5s; text-align:center;
}
.industryCheckList:hover, .industryCheckList.swiper-slide-thumb-active{
    padding-bottom: 55px;
}
.industryCheckList.swiper-slide-thumb-active .industryCheckText, .industryCheckList.swiper-slide-thumb-active .industryIcon i{
    opacity: 1;
}

.industryCheckList:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    transition: all 0.5s;
    background: #fff;
}
.checkSwiper .swiper-wrapper{
    display: flex;
    align-items: flex-end;
    border-bottom: 0px solid rgba(255,255,255,0.8);
}
.industryCheckList.swiper-slide-thumb-active:after{
    width: 100%;
}
.industryIcon{
    height: 56px;
}
.industryIcon i{
    margin: 0 auto;
    opacity: 0.5;
    transition: all 0.5s;
}
.icon-1{
    width: 48px;
    height: 53px;
}
.icon-2{
    width: 54px;
    height: 54px;
}
.icon-3{
    width: 48px;
    height: 55px;
}
.icon-4{
    width: 54px;
    height: 54px;
}
.icon-5{
    width: 52px;
    height: 56px;
}
.icon-6{
    width: 55px;
    height: 55px;
}
.applicatPage{
    position: absolute; display:none;
    top: 140px;
    right: 0;
    width: 100%;
}
.applicatPage .w1600{
    display: flex;
    justify-content: flex-end;
}
.applicatPage .swiper-pagination {
    position: initial;
    display: flex;
    align-items: flex-start;
    width: auto;
    color: #fff;
    font-size: 24px;
    line-height: 0.8;
}
.applicatPage .swiper-pagination-current{
    font-size: 72px;
    margin-right: 20px;
}
.applicatPage .swiper-pagination-total{
    margin-left: 20px;
}
.integrated{
    padding: 220px 0 190px;
    margin-top: 50px;
}
.integratedBox{
    width: 1030px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}
.integratedTitle{
    font-size: 40px;
    font-weight: 500;
}
.integratedText{
    font-size: 18px;
    line-height: 36px;
    margin-top: 20px;
    text-align: left;
}
.integratedBox .applicationMore{
    justify-content: center;
    margin-top: 45px;
}
.trainInfo {
    margin-top: 40px;
    display: flex;
}
.trainInfoList{
    width: calc((100% - 30px) / 2);
    margin-left: 30px;
    height: 710px;
    position: relative;
    overflow: hidden;
}
.trainInfoList:first-child{
    margin-left: 0;
}
.trainContent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.trainType {
    margin-top: 70px;
    text-align: center;
    font-size: 32px;
    font-weight: 500;
    color: #fff;
}
.trainTitle {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.trainMore {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.trainMore .trainMoreInfo {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #fff;
    z-index: 2;
    position: relative;
}
.trainMore .trainMoreInfo:hover{
    text-decoration: underline;
}
.trainMoreRight {
    margin-left: 8px;
    width: 5px;
    height: 100%;
    display: flex;
    align-items: center;
}
.trainMoreRight img{
    width: 100%;
}
.trainInfoList i{
    transition: all 0.5s;
}
.trainInfoList:hover i{
    transform: scale(1.05);
    transition: all 0.5s;
}
.case{
    background: #fafafa;
    padding: 80px 0 100px;
}
.caseSwiper{
    margin-top: 40px;
    height: 480px;
    min-width: 1200px;
    position: relative;
}
.caseList{
    width: 890px!important;
    position: relative;
}
.caseList i{
    width: 100%;
    height: 100%;
}
.caseList:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.5;
    top: 0;
    left: 0;
}
.caseList.swiper-slide-active:after{
    opacity: 0;
    z-index: -1;
}
.casePos{
    width: calc(100% - 200px);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    opacity: 0;
}
.caseList.swiper-slide-active .casePos{
    opacity: 1;
}
.casePosTitle{
    font-size: 32px;
    font-weight: 500;
    color: #fff;
}
.caseList.swiper-slide-active .casePosTitle{
    animation-delay: 0.5s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
}
.caseList.swiper-slide-active .casePosText{
    animation-delay: 0.8s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
}
.caseList.swiper-slide-active .caseMoreInfo{
    animation-delay: 1.1s;
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
}
.casePosText{
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    margin-top: 30px;
}
.caseMoreInfo{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    font-size: 16px;
}
.caseMoreInfo a{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
}
.caseMoreInfo a:hover{
    text-decoration: underline;
}
.caseMoreRight{
    margin-left: 8px;
    width: 5px;
    height: 100%;
    display: flex;
    align-items: center;
}
.caseMoreRight img{
    width: 100%;
}
.caseSwiper .swiper-pagination{
    bottom: 30px!important;
}
.caseSwiper .swiper-pagination-bullet{
    margin: 0 6px!important;
    width: 22px!important;
    height: 2px!important;
    background: #ccc;
    opacity: 1;
    border-radius: initial;
}
.caseSwiper .swiper-pagination-bullet-active{
    background: #fb3610;
}
.casePage{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 1;
}
.casePage .w1600{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.casePage .swiper-button-next:after, .casePage .swiper-button-prev:after{
    display: none;
}
.casePage .swiper-button-prev{
    position: initial;
    width: 13px;
    height: 27px;
    background: url("http://cdncn.prodrone-tech.com/images/index/caseLeft.png") center no-repeat;
    background-size: cover;
    margin-left: 180px;
}
.casePage .swiper-button-next{
    position: initial;
    width: 13px;
    height: 27px;
    background: url("http://cdncn.prodrone-tech.com/images/index/caseRight.png") center no-repeat;
    background-size: cover;
    margin-right: 180px;
}
.casePage .swiper-button-prev:hover{
    background: url("http://cdncn.prodrone-tech.com/images/index/caseLefts.png") center no-repeat;
    background-size: cover;
}
.casePage .swiper-button-next:hover{
    background: url("http://cdncn.prodrone-tech.com/images/index/caseRights.png") center no-repeat;
    background-size: cover;
}

.service{
    margin-top: 100px;
    display: flex;
    padding-bottom: 100px;
}
.serviceList{
    width: calc((100% - 80px) / 3);
    margin-left: 40px;
    background: #fafafa;
    height: 210px;
    padding: 0 45px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    color: #666666;
    position: relative;
}
.serviceList:first-child{
    margin-left: 0;
}
.serviceList:after{
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #EF4E22;
    left: 0;
    transition: all 1s;
}
.serviceList:hover:after{
    width: 100%;
}
.serviceText{
    font-size: 26px;
    font-weight: 500;
    color: #333333;
}
.serviceMore{
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-size: 14px;
}
.serviceRightImg{
    margin-left: 8px;
    width: 5px;
    height: 100%;
    display: flex;
    align-items: center;
}
.serviceRightImg img{
    width: 100%;
}
.serviceMore:hover{
    text-decoration: underline;
}
.serviceListInfo{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.serviceRight i{

}
.service-1{
    background-size: cover;
    width: 70px;
    height: 72px;
}
.service-2{
    background-size: cover;
    width: 68px;
    height: 60px;
}
.service-3{
    background-size: cover;
    width: 68px;
    height: 64px;
}
.serviceHover{
    display: none;
}
.serviceList:hover .serviceDefault{
    display: none;
}
.serviceList:hover .serviceHover{
    display: block;
}
.bannerEye{
    margin-bottom: 25px;
    color: #fff;
    text-align: center;
    font-size: 26px;
}
.sy_cp { width:100%; background:#f4f4f4; padding:80px 0px;}
.sy_bt_x{ width:100px; height:4px; background:rgba(255,82,0,1); margin:20px auto; border-radius:5px;}
.sy_bt_p {  line-height:25px; font-size:16px; color:#999; margin:0px 5% 30px; text-align:center; width:90%; }
.sy_bt_p a {color:#999;}
.sy_bt_tu { width:100%; text-align:center; margin:0px auto 30px; }
.sy_bt_tu img { height:120px; width:auto; margin:0px auto;}
.sy_bt_fbt { width:100%; line-height:50px; letter-spacing:5px; font-size:19px; color:#000;}


.train .sy_bt_p { width:100%; margin:0px 0px 30px;}

.about_more { margin:0px auto;}








.sy_news { width:100%; background:#f4f4f4; overflow:visible; clear:both; padding:70px 0px; margin:100px auto 0px;}




.news-list {
	width: 100%;
	overflow: hidden
}
.news-list ul { margin-top:20px;
 
}
/*.news-list ul.no-banner li:first-child {
	width: 377px
}
.news-list ul.no-banner li:first-child h3 {
	width: auto;
	font-size: 18px;
	letter-spacing: -.03em
}*/
.news-list ul a {
	color: rgba(0,0,0,.85);
	position: relative;
	display: inline-block;
	width: 100%
}
.news-list ul a.big-img {
	width: 100%
}
.news-list ul a.stories-title {
	width: 100%;
	height: 40px;
	font-weight: 400;
	font-size: 18px;
	max-height: 29px;
	overflow: hidden;
	color: #44a8f2
}
.news-list ul a.stories-title .story-location, .news-list ul a.stories-title .story-name {
	width: 50%;
	float: left;
	display: inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden
}
.news-list ul .place {
	font-size: 14px;
	line-height: 25px;
	color: #707473
}
.news-list ul .place .fa {
	margin-right: 3px
}
.news-list ul li {
	display: inline-block;
	width: 32%;
	margin: 0 .5% 48px ;
	vertical-align: top;
}
.news-list ul li img:hover, .news-list ul li:hover .story-cover img, .recent-news li:hover img {
	transform: scale(1.05)
}
.news-list ul li:hover .media-logo img {
	transform: scale(1)
}
/*.news-list ul li:first-child {
	width: 770px
}
.news-list ul li:first-child h3 {
	width: 770px;
	font-size: 24px;
	padding-bottom: 3px
}
.news-list ul li:first-child .logo-box {
	height: 462px
}*/
.news-list ul li .logo-box {
	width: 100%;
	background-color: #f7f9fa;
	height: 309px;
	overflow: hidden; border-radius:25px; 
}
.news-list ul li .story-cover {
	width: 100%;
	height: 219px;
	overflow: hidden;
	position: relative
}
.news-list ul li img {
	width: 100%;
	height: 100%;
	transition: all .3s ease
}
.news-list ul li .media-logo, .news-list ul li .media-logo img {
	width: 100%;
	height: 61px
}
.news-list ul li .fa-play {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -11px;
	margin-top: -11px;
	font-size: 2em
}
.news-list ul li h3 {
	padding-right: 32px;
	font-weight: 500;
	font-size: 18px;
	overflow: hidden;
	color: rgba(0,0,0,.85);
	letter-spacing: -.03em;
	line-height: 24px
}
.news-list ul li .logo {
	width: 115px;
	padding-top: 15px
}
.news-list ul li .logo img {
	width: 100px;
	height: 60px
}
.news-list ul li .desc {
	width: 227px;
	padding-top: 8px;
	position: relative
}
.news-list ul li .desc.no-logo {
	width: 100%
}
.news-list ul li .desc .new-info {
	margin-top: 8px
}
.news-list ul li .desc .new-info a {
	color: #fff;
	width: auto
}
.news-list ul li .desc .date {
	color: rgba(0,0,0,.45);
	font-size: 14px;
	line-height: 16px;
	margin-right: 8px;
	display: inline-block
}
.news-list ul li .desc a:hover {
	text-decoration: underline
}
.btn-news-series {
	font-size: 12px;
	background: #ff5200;
	color: #fff;
	display: inline-block;
	line-height: 16px;
	padding: 0 5px;
	text-transform: uppercase!important;
	font-weight: 300;
	margin-right: 7px;
	border-radius: 2px
}
.recent-news li .btn-news-series {
	padding: 4px 8px;
	background-color: #f0f1f2;
	color: rgba(0,0,0,.65);
	line-height: 1;
	border-radius: 0;
	font-weight: 400;
	margin-right: 8px
}
.recent-news li .btn-news-series:hover {
	color: rgba(0,0,0,.65)
}






